github.com/andybalholm/brotli.contextBlockSplitter.max_block_types_ (field)
4 uses
github.com/andybalholm/brotli (current package)
metablock.go#L276: max_block_types_ uint
metablock.go#L298: self.max_block_types_ = maxNumberOfBlockTypes / num_contexts
metablock.go#L311: max_num_types = brotli_min_size_t(max_num_blocks, self.max_block_types_+1)
metablock.go#L391: if split.num_types < self.max_block_types_ && diff[0] > self.split_threshold_ && diff[1] > self.split_threshold_ {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |